home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / digests / tcp / 940078.txt < prev    next >
Internet Message Format  |  1994-11-13  |  3KB

  1. Date: Tue, 26 Apr 94 04:30:01 PDT
  2. From: Advanced Amateur Radio Networking Group <tcp-group@ucsd.edu>
  3. Errors-To: TCP-Group-Errors@UCSD.Edu
  4. Reply-To: TCP-Group@UCSD.Edu
  5. Precedence: Bulk
  6. Subject: TCP-Group Digest V94 #78
  7. To: tcp-group-digest
  8.  
  9.  
  10. TCP-Group Digest            Tue, 26 Apr 94       Volume 94 : Issue   78
  11.  
  12. Today's Topics:
  13.                                  slip
  14.  
  15. Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
  16. Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
  17. Problems you can't solve otherwise to brian@ucsd.edu.
  18.  
  19. Archives of past issues of the TCP-Group Digest are available
  20. (by FTP only) from UCSD.Edu in directory "mailarchives".
  21.  
  22. We trust that readers are intelligent enough to realize that all text
  23. herein consists of personal comments and does not represent the official
  24. policies or positions of any party.  Your mileage may vary.  So there.
  25. ----------------------------------------------------------------------
  26.  
  27. Date: Mon, 25 Apr 1994 09:51:30 -0600 (MDT)
  28. From: Klarsen <klarsen@acca.nmsu.edu>
  29. Subject: slip
  30. To: tcp-group@ucsd.edu
  31.  
  32.     I was asked about slip on another group so decided to add it here 
  33. as well...
  34.  
  35.  
  36.      When you want to connect 2 JNOS together using telephone 
  37. modems you will use the SLIP attach command and a xxx.mdm dialing 
  38. script at each end. It is very similar to other JNOS attach 
  39. commands so you will understand it easily.
  40.  
  41.      The form of the slip attach string is:
  42.  
  43.      attach asy <ioaddr> <vector> slip <interface> <bufsize> <mtu> 
  44. <speed> [<vf>]
  45.  
  46.      For a "normal" dos computer using COM 1 with a 9600 bit/sec 
  47. modem attached it becomes:
  48.  
  49.      attach asy 0x3f8 4 slip phone 8092 2048 9600
  50.  
  51.      If that seems too simple, well it IS simple. JNOS is set up 
  52. to make this connection to your modem with ease. Of course the the 
  53. verb 'phone' is the interface name. We now need to set up some 
  54. route information.
  55.  
  56.      route add default phone
  57.      route add 44.0.0.0/24 phone k5di
  58.  
  59.      The above says "send all ham things 44.?.?.? via the slip 
  60. connection to k5di. You will replace k5di with your call OR your 
  61. Internet address. The route setup is a function of your needs.
  62.  
  63.      OK now the dialing and connecting part of the thing. It will 
  64. look much like this file I call "work.mdm" which is shown below:
  65.  
  66. # Set the speed, and toggle DTR to ensure the modem is in the      
  67. # command mode.
  68. control down
  69. wait 500
  70. speed 9600
  71. wait 500
  72. control up
  73. wait 500
  74. # initialize modem
  75. send "atz\r"
  76. send "ate1&d2&c1x4s0=1s7=45m0\r"
  77. # make sure s1=1 so you will answer the phone too.
  78. wait 200000 "OK"
  79. wait 500
  80. send "atdt678-8591\r"
  81. wait 30000 "CONNECT " speed
  82.  
  83.  
  84.      So that is all there is to it guys. To use work.mdm (which is 
  85. in your nos root directory) at the nos prompt type:
  86. NOS> dialer phone work.mdm
  87.      Of course you can make this function key f5 so you don't have 
  88. to remember it all...hi
  89.  
  90.      If any of this is hard for you drop a note to 
  91. klarsen@acca.nmsu.edu or k5di@k5di.nm.usa.na and I will help you.
  92.  
  93. ------------------------------
  94.  
  95. End of TCP-Group Digest V94 #78
  96. ******************************
  97.